Skip to content

python: fix typo from previous commit#1058

Merged
igaw merged 1 commit intolinux-nvme:masterfrom
martin-belanger:minor-fix
Sep 1, 2025
Merged

python: fix typo from previous commit#1058
igaw merged 1 commit intolinux-nvme:masterfrom
martin-belanger:minor-fix

Conversation

@martin-belanger
Copy link
Copy Markdown
Contributor

Use:
PyDict_SetItemStringDecRef(entry, "tsas", tsas);

Instead of:
PyDict_SetItemStringDecRef(entry, "tsas", val);

When adding the trtype parser code 'val' is used instead 'tsas'. Use the
correct variable.

Fixes: 86ceb42 ("nvme.i: decode 'tsas' discovery log page entry")
Signed-off-by: Martin Belanger <[email protected]>
@igaw
Copy link
Copy Markdown
Collaborator

igaw commented Sep 1, 2025

Just updated the commit message.

Thanks!

@igaw igaw merged commit 0bf294e into linux-nvme:master Sep 1, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants